08. Quiz: Menu Items (7-2)

Directions:

Create a breakfast object to represent the following menu item:

The Lumberjack - $9.95
eggs, sausage, toast, hashbrowns, pancakes

The object should contain properties for the name, price, and ingredients.

Your Code:

Start Quiz:

/*
 * Programming Quiz: Menu Items (7-2)
 */

// your code goes here

INSTRUCTOR NOTE:

Have questions? Head to Knowledge for discussion with the Udacity Community.